-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os_sorted: only convert input to str if necessary #158
Conversation
Huh - that's something that needs to be fixed (not in this PR, though). |
The tests failed because python 3.6 is no longer available on the runners - I have removed 3.6 on the master branch. You can rebase and try again. |
71aa943
to
64d88d9
Compare
rebased |
Hi, any feedback on this? The failing tests seem unrelated to my code... |
I disagree. Both of these tests are checking that when
|
64d88d9
to
8298971
Compare
|
That's true. |
Codecov ReportBase: 98.44% // Head: 91.73% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #158 +/- ##
==========================================
- Coverage 98.44% 91.73% -6.71%
==========================================
Files 10 10
Lines 578 581 +3
==========================================
- Hits 569 533 -36
- Misses 9 48 +39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
See #157
I ran some benchmarks and I get a consistent 20% improvement when the inputs are
Path
already. Both for small lists and large lists (I tested lists with 10 and 10 000 items).I cannot run the test suite sadly since I get lots of
locale.Error: unsupported locale setting
errors.